lcTIN_DelDupPoints Home

Deletes duplicate points from a TIN object.

 int lcTIN_DelDupPoints (
   double Delta
 );

Parameters
Delta
  Minimal allowed distance between points. If distance is less then a point is treated as duplicated and must be deleted.

Return Value

  Number of deleted points.